Einhugur Word Plugin for Xojo

Container.AppendTable Method

Appends table to the back of the container.

AppendTable(
   columnCount as Integer,
   rowCount as Integer) as EinhugurWord.Table

Parameters

columnCount
Number of columns in the table.
rowCount
Number of rows in the table.

Returns

EinhugurWord.Table
Handle to the new table.

Remarks

This method can throw ThrowInvalidArgumentException.

See Also

Container Class